home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / bits / wordsize.ph < prev   
Encoding:
Text File  |  2009-06-26  |  332 b   |  12 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. if(defined (defined(&__x86_64__) ? &__x86_64__ : undef)) {
  6.     eval 'sub __WORDSIZE () {64;}' unless defined(&__WORDSIZE);
  7.     eval 'sub __WORDSIZE_COMPAT32 () {1;}' unless defined(&__WORDSIZE_COMPAT32);
  8. } else {
  9.     eval 'sub __WORDSIZE () {32;}' unless defined(&__WORDSIZE);
  10. }
  11. 1;
  12.